home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Events / Open Examples < prev    next >
Encoding:
Text File  |  1996-01-24  |  256 b   |  6 lines

  1. tell application "FileMaker Pro"
  2.     open file ((choose file) as text)
  3.     open "hard disk:outer folder:inner folder:file name"
  4.     open (choose file) with password "x"
  5.     open file "hard disk:outer folder:inner folder:file name" with password "the password"
  6. end tell